home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / toku2 / MeedioHouseBot[1].2.20.setup.exe / {app} / Config / GenericSerialDefs / GenericSerialHardware.hdf < prev   
Text File  |  2003-11-20  |  2KB  |  61 lines

  1. <Root>
  2.     <Interfaces>
  3.         <Interface Delay="200" NAME="Sample Definition" Terminator="0D">
  4.             <PortConfig Baud="9600" Bits="8" DTR="1" Parity="N" RTS="1" StopBits="1"/>
  5.             <Commands>
  6.                 <Command NAME="Compact Disk" Type="Ascii">
  7.                     <Send Data="CD"/>
  8.                 </Command>
  9.                 <Command NAME="Radio" Type="Ascii">
  10.                     <Send Data="RD"/>
  11.                 </Command>
  12.                 <Command NAME="LP" Type="Ascii">
  13.                     <Send Data="LP"/>
  14.                 </Command>
  15.                 <Command NAME="Television" Type="Ascii">
  16.                     <Send Data="TV"/>
  17.                 </Command>
  18.                 <Command NAME="Tape 1" Type="Ascii">
  19.                     <Send Data="T1"/>
  20.                 </Command>
  21.                 <Command NAME="Tape 2" Type="Ascii">
  22.                     <Send Data="T2"/>
  23.                 </Command>
  24.                 <Command NAME="CDR" Type="Ascii">
  25.                     <Send Data="CR"/>
  26.                 </Command>
  27.                 <Command NAME="Cable" Type="Ascii">
  28.                     <Send Data="CB"/>
  29.                 </Command>
  30.                 <Command NAME="Teletext" Type="Ascii">
  31.                     <Send Data="TX"/>
  32.                 </Command>
  33.                 <Command NAME="VCR 1" Type="Ascii">
  34.                     <Send Data="V1"/>
  35.                 </Command>
  36.                 <Command NAME="VCR 2" Type="Ascii">
  37.                     <Send Data="V2"/>
  38.                 </Command>
  39.                 <Command NAME="Laser Disk" Type="Ascii">
  40.                     <Send Data="LD"/>
  41.                 </Command>
  42.                 <Command NAME="Standby" Type="Ascii">
  43.                     <Send Data="SB"/>
  44.                 </Command>
  45.                 <Command NAME="Volume" Type="Ascii">
  46.                     <Send Data="VN%1%"/>
  47.                 </Command>
  48.                 <Command NAME="Bass" Type="Ascii">
  49.                     <Send Data="BN%1%"/>
  50.                 </Command>
  51.                 <Command NAME="Treble" Type="Ascii">
  52.                     <Send Data="TN%1%"/>
  53.                 </Command>
  54.                 <Command NAME="Mute" Type="Ascii">
  55.                     <Send Data="MU"/>
  56.                 </Command>
  57.             </Commands>
  58.         </Interface>
  59.     </Interfaces>
  60. </Root>
  61.